home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm2 / pktflt21.rdm < prev    next >
Text File  |  1996-05-20  |  1KB  |  31 lines

  1. Short:    Packet Scanner pattern matching,output templates,parameter substitution
  2. Author:   bobw_eng@spherenet.com (Robert Williamson)
  3. Uploader: bobw_eng@spherenet.com (Robert Williamson)
  4. Type:     comm/fido
  5.  
  6.   PktFilter  is  a packet scanner which reads packets and creates an output
  7.   of  all  messages  found that match the provided filters.  PktFilter uses
  8.   template  files  with  paramter  substitution to define the format of the
  9.   output.
  10.  
  11.   New:
  12.     Added BODY filter
  13.     Added FTSC ProdFile support
  14.     cleaned up Msg number scanned display
  15.     more expansion parameters documented (approx 88)
  16.  
  17.   Features:
  18.      pure, residentable, multi-ftn
  19.      independant of tosser and message base type
  20.      handles both netmail and echomail
  21.      extensive parameter substitution
  22.      output file templates
  23.      use full AmigaDos pattern matching to scan TO and FROM names
  24.      and addresses as well as SUBJECT and AREA
  25.      can scan for flags
  26.      can scan message text for pattern
  27.      can limit scan by AGE
  28.      can identify product that created packet
  29.      does not modify the packets
  30.   
  31.